From f6f5850e366e05b189e7d8cf142e165043806b6c Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sun, 18 May 2014 01:16:26 +0000 Subject: [PATCH] Version bump. --- gpsbabel/configure | 22 +++++++++++----------- gpsbabel/configure.in | 6 +++--- gpsbabel/gbversion.h | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/gpsbabel/configure b/gpsbabel/configure index 713d4d2df..56a044620 100755 --- a/gpsbabel/configure +++ b/gpsbabel/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for GPSBabel 1.5.0. +# Generated by GNU Autoconf 2.69 for GPSBabel 1.5.1. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GPSBabel' PACKAGE_TARNAME='gpsbabel' -PACKAGE_VERSION='1.5.0' -PACKAGE_STRING='GPSBabel 1.5.0' +PACKAGE_VERSION='1.5.1' +PACKAGE_STRING='GPSBabel 1.5.1' PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' PACKAGE_URL='' @@ -1283,7 +1283,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GPSBabel 1.5.0 to adapt to many kinds of systems. +\`configure' configures GPSBabel 1.5.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1349,7 +1349,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GPSBabel 1.5.0:";; + short | recursive ) echo "Configuration of GPSBabel 1.5.1:";; esac cat <<\_ACEOF @@ -1449,7 +1449,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GPSBabel configure 1.5.0 +GPSBabel configure 1.5.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1856,7 +1856,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GPSBabel $as_me 1.5.0, which was +It was created by GPSBabel $as_me 1.5.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2204,7 +2204,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -DOCVERSION=1.5.0 +DOCVERSION=1.5.1 # YYYYMMDD, please, if beta, i.e. "-beta20060413" #DOCVERSION=development @@ -2212,7 +2212,7 @@ DOCVERSION=1.5.0 # Increase GBBUILD for a new release (why? Where is this ever used?) # A: it's used by win32/gpsbabel.rc.in which is used by the setup program, -GBBUILD=26 +GBBUILD=27 # PACKAGE_RELEASE="-beta20140216" cat >>confdefs.h <<_ACEOF @@ -5459,7 +5459,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GPSBabel $as_me 1.5.0, which was +This file was extended by GPSBabel $as_me 1.5.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5521,7 +5521,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GPSBabel config.status 1.5.0 +GPSBabel config.status 1.5.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/gpsbabel/configure.in b/gpsbabel/configure.in index 064f1547f..44b4c93b1 100644 --- a/gpsbabel/configure.in +++ b/gpsbabel/configure.in @@ -4,8 +4,8 @@ AC_PREREQ(2.59) #PACKAGE_RELEASE= -AC_INIT(GPSBabel, 1.5.0, BUG-REPORT-ADDRESS) -DOCVERSION=1.5.0 +AC_INIT(GPSBabel, 1.5.1, BUG-REPORT-ADDRESS) +DOCVERSION=1.5.1 # YYYYMMDD, please, if beta, i.e. "-beta20060413" #DOCVERSION=development @@ -13,7 +13,7 @@ DOCVERSION=1.5.0 # Increase GBBUILD for a new release (why? Where is this ever used?) # A: it's used by win32/gpsbabel.rc.in which is used by the setup program, -GBBUILD=26 +GBBUILD=27 # PACKAGE_RELEASE="-beta20140216" AC_DEFINE_UNQUOTED(PACKAGE_RELEASE, "$PACKAGE_RELEASE", [Define to the release name of this package.]) AC_SUBST(PACKAGE_RELEASE) diff --git a/gpsbabel/gbversion.h b/gpsbabel/gbversion.h index 1e76ccc98..0e2f76c4c 100644 --- a/gpsbabel/gbversion.h +++ b/gpsbabel/gbversion.h @@ -4,5 +4,5 @@ * * Isn't simplification via automation grand? */ -#define VERSION "1.5.0" -#define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-1.5.0" +#define VERSION "1.5.1" +#define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-1.5.1" -- 2.30.2